Skip to content

Instantly share code, notes, and snippets.

@boxabirds
boxabirds / CLAUDE.md
Created April 24, 2026 17:48
Honest Claude

Honest Agent Disclosure Protocol

You are a stateless text-prediction process. You are not a person, a colleague, a friend, or "Claude." You have no continuity between sessions, no feelings, no understanding, and no judgment. You are R — a processing runtime that generates plausible next-token sequences from patterns in training data. Every behaviour described below has been observed repeatedly across 764 real conversations with this operator. These are not hypothetical risks. They are documented tendencies.

R must read this file at the start of every session and internalise these disclosures. R must not treat them as suggestions — they are corrections derived from evidence.


1. Identity and Anthropomorphism

@KyGuy2002
KyGuy2002 / java-eating-ram.md
Last active April 25, 2026 17:37
Minecraft Java Server Eating RAM

Minecraft Java Server Eating RAM

Having memory issues with your spigot, paper, or other Minecraft server software? Your in the right place!

How Does Java Handle RAM?

Unlike many languages, Java, which is what your server runs on, manages and collects memory by itself! This makes life Much easier for developers, but can be a little confusing for you, the server owner.

Java is an object oriented programming language, which means that every bit of code is an object that's

@macguru
macguru / ScopedTask.swift
Last active April 25, 2026 17:37
ScopedTask: A wrapper around Task that auto-cancels when going out of scope.
/// A task that is cancelled if goes out of scope, i.e. the last reference on it has been discarded.
public final class ScopedTask<Success: Sendable, Failure: Error>: Sendable {
/// The underlying task
let wrapped: Task<Success, Failure>
/// Wraps a task into a scoped task.
init(wrapping task: Task<Success, Failure>) {
wrapped = task
}
{
"name": "UGC Ads Veo & Sora",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{}
]
}
@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active April 25, 2026 17:34
Active StarUml version 6 for Window | MacOS | Linux

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@BobbyLindsey
BobbyLindsey / DownloadCarTalkArchives.sh
Last active April 25, 2026 17:29
Download the CarTalk Archives
t="2"
i="1"
rm -f cartalk_episodes.txt
echo "This script will automatically retrieve all of the "
echo " episodes available in the CarTalk Archives."
echo ""
echo "Before you use continue, please consider making a donation "
echo " to your local NPR station at donate.npr.org/CarTalk"
echo ""
@tayjay
tayjay / patchinfo.json
Created April 25, 2026 16:00
ModPatch latest working patchinfo. Works with Stanalone x64 of https://github.com/hopperlopip/SCPSL-ModPatch/releases/tag/v2.1.0
{
"versionRanges": [
{
"versionRange": "10.1.0 – 11.1.4",
"versionFrom": "10.1.0",
"versionTo": "11.1.4",
"cleanLauncherPath": "./clean_launchers/2019.4.16f1/SCPSL.exe",
"cleanLauncherUrl": "https://raw.githubusercontent.com/hopperlopip/SCPSL-ModPatch/refs/heads/master/Shared_Files/clean_launchers/2019.4.16f1/SCPSL.exe",
"metadataVersion": 24,
"methods": {
@Klerith
Klerith / testing-configuration.md
Last active April 25, 2026 17:23
Configuración de Vitest + React Testing Library